-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix spacing with VRow #395
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this is still being worked on on the vuetify side: vuetifyjs/vuetify#12915 vuetifyjs/vuetify#12916
Are we running into the same thing? If so, I would just wait on the vuetify fix. (Adding no-gutters
doesn't really make sense to add spacing IMO.)
I don't think that issue/PR applies, since it is about
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't really get how this can be the intended behaviour by vuetify 🤷♀️, but I guess they're pretty set on it.
src/components/AlbumForm.vue
Outdated
@@ -201,7 +201,7 @@ | |||
v-model="clear_review_comment" | |||
:label="$tc('music.flag.clear', 1)" | |||
/> | |||
<VRow justify="center"> | |||
<VRow justify="center my-o"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
o
?
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fix #394
This negates the changes introduced by vuetifyjs/vuetify@d0f25fc#diff-40030629d72eca85d1eda4223b61cf497956726ca57bab2e64813010baf80cd8
The fix is done by
no-gutters
prop, which sets all margins to 0VCol
componentHow Has This Been Tested?
VRow
to see where we needed to fix the margins